home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-01-18 | 1.5 KB | 56 lines |
- ;Info about the main MsgBox window
- [MsgBox]
- ;Top=
- ;Left=
-
- ; Options about the code to be produced by MsgBox
- [Code Options]
- ; The names of the variables to be used
- ; If Title Name, Msg Name or Style Name are left blank
- ; then that info will be put directly on the MsgBox call line
- ;Title Name=
- ;Msg Name=
- ;Style Name=
- ;Answer Name=
- ;Return Name=
- ; Include dim statements -1=True, 0=False
- ;Include Dims=
- ; Include constants statements -1=True, 0=False
- ;Include Const=
- ; Where constants are to be
- ; None = no constants to be used
- ; Local = in Subroutine code
- ; Global = at a global level
- ;Const Type=
- ; How many spcase to use as the tab gotten from the
- ; Tab Stop Width in Environment Options dlg box
- ;Tab Stop=
- ; Options as to if/how the 3D should be in the code produced
- ; Never = 3D code will not be used
- ; Always = 3D code will be used each time the MsgBox call is made
- ; Startup = 3D code wiil be used at project startup and ending only
- ;Use 3D=
- ; Include required declare statments for the 3D code -1=True, 0-False
- ;Inc 3D Decl=
- ; Include the provided 3D code -1=True, 0-False
- ;Inc 3D Code=
- ; The name of the 3D subroutine
- ; This option can only be changed here there in no where
- ; in the MsgBox app to change this name
- ;3D Code Name=
-
- ; The default variable names
- [Defaults]
- ;Title Name=
- ;Msg Name=
- ;Style Name=
- ;Answer Name=
- ;Return Name=
-
- ;Info about the Code Preview window
- [Code Preview]
- ;Top=
- ;Left=
- ;Height=
- ;Width=
-